Câu ví dụ
- thêm câu ví dụ: 1 2
- On Unix-like operating systems, /dev/null is a null device, which discards any data that is written to it.
Trong những hệ điều hành nhân Unix, /dev/null là một file đặc biệt hủy bỏ tất cả dữ liệu viết lên nó. - Dev/null or null device is a device file that discards all the data written on it but it reports that the writing operation is executed successfully.
Dev/null hay null device là một device file với khả năng bỏ đi mọi data đã viết lên nó nhưng lại thông báo rằng quá trình viết lại được execute thành công. - Dev/null or null device is a device file that discards all the data written on it but it reports that the writing operation is executed successfully.
Dev/null hay null device là một device file với khả năng bỏ đi mọi data đã viết lên nó nhưng lại thông báo rằng quá trình viết lại được execute thành công. - In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it but reports that the write operation succeeded.
Trong các hệ điều hành kiểu Unix, /dev/null hay thiết bị null là một tệp tin đặc biệt, nó bỏ qua mọi dữ liệu ghi lên nó (nhưng có báo cáo về việc ghi dữ liệu thành công) và không cung cấp bất kì dữ liệu gì khi đọc từ nó (trả về EOF). - In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it, and provides no data to any process that reads from it (it returns EOF).
Trong các hệ điều hành kiểu Unix, /dev/null hay thiết bị null là một tệp tin đặc biệt, nó bỏ qua mọi dữ liệu ghi lên nó (nhưng có báo cáo về việc ghi dữ liệu thành công) và không cung cấp bất kì dữ liệu gì khi đọc từ nó (trả về EOF).